C1.LiveLinq.Indexing.Search Namespace > IndexQuery<T> Class > Subindex Method : Subindex<TKey>(Subindex<T,TKey>) Method |
'Declaration
Public Overloads Overridable Function Subindex(Of TKey)( _ ByVal definition As Subindex(Of T,TKey) _ ) As IIndexScanner(Of T,TKey)
public virtual IIndexScanner<T,TKey> Subindex<TKey>( Subindex<T,TKey> definition )
var idxByCity = customers.Indexes(c => c.City); var subindexByContactTitle = idxByCity.Subindexes(c => c.ContactTitle); var ownersInLondon = idxByCity.Find("London").Subindex(subindexByContactTitle).Find("Owner");
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2